home *** CD-ROM | disk | FTP | other *** search
- Path: fig.leba.net!not-for-mail
- From: fweaver@leba.net
- Newsgroups: comp.lang.c
- Subject: Re: fopen not working
- Date: 20 Feb 1996 00:28:10 -0500
- Organization: LebaNet, Lebanon PA
- Sender: fweaver@fig.leba.net
- Message-ID: <4gbm5a$o0e@fig.leba.net>
- NNTP-Posting-Host: fig.leba.net
-
- >The relevant thing is the newline character at the end. Your operating
- >system is probably like most others in that a newline is not a valid
- >part of a file name.
-
- That was the problem. I now search the string for the new line
- character, and replace it with 0 (null). Fopen works like it was suppose to.
-
- Floyd Weaver
-
- Internet E-Mail fweaver@leba.net
- Home page http://www.leba.net/~fweaver
-
-